home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Inside Macworld / Product News / gimp-1.2.4.sit / gimp-1.2.4 / gtkrc < prev    next >
Encoding:
Text File  |  2000-05-22  |  396 b   |  23 lines

  1. # style <name> [= <name>]
  2. # {
  3. #   <option>
  4. # }
  5. #
  6. # widget <widget_set> style <style_name>
  7. # widget_class <widget_class_set> style <style_name>
  8.  
  9. style "ruler"
  10. {
  11.   font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
  12. }
  13.  
  14. style "tooltips"
  15. {
  16.   fg[NORMAL] = { 0.0,  0.0,  0.0  }
  17.   bg[NORMAL] = { 0.94, 0.90, 0.54 }
  18. }
  19.  
  20. widget "gtk-tooltips" style "tooltips"
  21.  
  22. widget_class "*Ruler*" style "ruler"
  23.